Contribution org.nuxeo.ecm.platform.audio.filemanager.contrib--plugins
In component org.nuxeo.ecm.platform.audio.filemanager.contrib
org.nuxeo.ecm.platform.audio.filemanager.contrib
inside nuxeo-platform-audio-core-5.8.jar
This contribution is part of XML component Documentation
Simple plugin for the file manager. Creates a Audio Document type from any of the matching mime types.
Extension Point
Extension point plugins of component FileManagerService.Contributed Items
XML Source
<extension point="plugins" target="org.nuxeo.ecm.platform.filemanager.service.FileManagerService">
<documentation>
Simple plugin for the file manager. Creates a Audio Document type from
any of the matching mime types.
</documentation>
<plugin class="org.nuxeo.ecm.platform.audio.extension.AudioImporter" name="AudioImporter" order="10">
<filter>audio/.*</filter>
</plugin>
</extension>